home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 22
/
PC MEDIA CD22.iso
/
share
/
udos
/
disp186a
/
runme.bat
< prev
Wrap
DOS Batch File
|
1994-09-15
|
560b
|
19 lines
@echo off
rem
rem Swap file directory
rem Please set it to where you have max disk space
rem
if not '%go32tmp%' == '' goto have_tmp
if not '%gcctmp%' == '' goto have_tmp
if not '%tmp%' == '' goto have_tmp
if not '%temp%' == '' goto have_tmp
set temp=c:/tmp
:have_tmp
if not '%go32%' == '' goto have_go32
set go32=driver c:/display/driver/et4000.grn
:have_go32
C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
rem
rem If you don't copy go32.exe to your search path, then
rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9